OPERATOR ( - ) Interface

public interface OPERATOR ( - )

Module Procedures

private function TimeDifference(time1, time2) result(seconds)

calculate the difference in seconds between two date: time1 - time2

Arguments

Type IntentOptional Attributes Name
type(DateTime), intent(in) :: time1
type(DateTime), intent(in) :: time2

Return Value integer(kind=long)